-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(multi_object_tracker): enable to track large/small size object #5858
base: main
Are you sure you want to change the base?
feat(multi_object_tracker): enable to track large/small size object #5858
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5858 +/- ##
==========================================
+ Coverage 14.37% 14.40% +0.03%
==========================================
Files 1907 1906 -1
Lines 130072 129754 -318
Branches 37618 37390 -228
==========================================
- Hits 18695 18692 -3
+ Misses 90367 90171 -196
+ Partials 21010 20891 -119
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
review memo
|
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
29866d2
to
8afcbed
Compare
This pull request has been automatically marked as stale because it has not had recent activity. |
Description
Problem statement
Multi object tracker sometimes fails to track too large or small object due to size gate in association.
Currently, large/small objects are purged from association process so it will not appeared tracker output.
How should we manage large/small objects?
How this PR works
This PR enables to track such objects as UNKNOWN class by replacing the object class when its size is not fit to the gate condition.
Related links
Partly reused the PR #5751.
Tests performed
Tested with Lsim.
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.